home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / ROM_Kernel_Manuals / Lib_examples / sample_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-20  |  191 b   |  11 lines

  1. /* sample_protos.h - prototypes for sample.library functions */
  2.  
  3. #ifndef SAMPLE_PROTOS_H
  4. #define SAMPLE_PROTOS_H
  5.  
  6. LONG AddThese(LONG,LONG);
  7. LONG Double(LONG);
  8.  
  9. #endif  /* SAMPLE_PROTOS_H */
  10.  
  11.